Package com.getsensibill.transactionmatcher
Types
ExternalAccountTransaction
Link copied to clipboard
interface ExternalAccountTransaction
Content copied to clipboard
MatchedExternalAccountTransaction
Link copied to clipboard
MatchedExternalAccountTransactionImpl
Link copied to clipboard
open class MatchedExternalAccountTransactionImpl : ExternalAccountTransactionImpl, MatchedExternalAccountTransaction
Content copied to clipboard
Default implementation of MatchedExternalAccountTransaction, takes an ExternalAccountTransaction and SBReceipt object and extracts the necessary information to fulfill the interface
MatchedReceiptInfo
Link copied to clipboard
interface MatchedReceiptInfo
Content copied to clipboard
MatchedReceiptInfoImpl
Link copied to clipboard
Default implementation of MatchedReceiptInfo, takes an SBReceipt object and extracts the necessary information to fulfill the interface
TransactionBuilder
Link copied to clipboard
open class TransactionBuilder
Content copied to clipboard
Builder class used to construct ExternalAccountTransactions, enforcing that all mandatory fields have been provided.
TransactionMatcher
Link copied to clipboard
interface TransactionMatcher
Content copied to clipboard
TransactionMatcherBuilder
Link copied to clipboard
open class TransactionMatcherBuilder
Content copied to clipboard
Builder used to configure and create a TransactionMatcher instance